KeyedCollection.enforceConstraints

Write-only property to enforce the constraints. By default this is (Enforce.check | Enforce.unique | Enforce.foreignKey | Enforce.exclusion) but you may set it to 0 if you have a lot of initial data and already trust that it does not violate any constraints.

Setting this to false means that there are no checks and if there is a duplicate clustered index, it will be overwritten.

mixintemplate KeyedCollection(T)
final @property nothrow pure @safe @nogc
void
enforceConstraints
(
ubyte value
)

Meta